
'Declaration
Public Class GeoGridLayer(Of T) Inherits ExtraMapLayer(Of T)
'Usage
Dim instance As GeoGridLayer(Of T)
public class GeoGridLayer<T> : ExtraMapLayer<T>
public class GeoGridLayer = class(ExtraMapLayer)
JScript does not support Generics.
public __gc class GeoGridLayer<T> : public ExtraMapLayer<T>
generic<typename T> public ref class GeoGridLayer : public ExtraMapLayer<T>
System.Object
C1.Web.Mvc.MapLayerBase<T>
C1.Web.Mvc.ExtraMapLayer<T>
C1.Web.Mvc.GeoGridLayer<T>